home *** CD-ROM | disk | FTP | other *** search
/ Aminet 12 / Aminet 12 (1996)(GTI - Schatztruhe)[!][Jun 1996].iso / Aminet / gfx / show / gs_020fp.readme < prev    next >
Text File  |  1996-05-05  |  4KB  |  92 lines

  1. Short:    Ghostscript3.53 68020_881 binary, Get gs353data.lha too
  2. Author:   GS(Aladdin)/Amiga(Olaf Barthel)/Port(me)
  3. Uploader: Joop.vandeWege@Medew.ENTO.WAU.NL
  4. Type:     gfx/show
  5.  
  6. This is the Amiga port of Ghostscript3.53. Ghostscript is a Postscript
  7. interpreter with support for Level 2 PS and PDF. This release includes
  8. most popular printers and fileformats including an updated Amiga display
  9. driver.
  10.  
  11. This port requires:
  12. - An Amiga equipped with an mc68020 CPU and 881/2 FPU or better CPU and
  13.   Kickstart 2.04 or higher.
  14. - Approx. 4.7 MBytes of hard disk space available.
  15. - A  minimum  of 1 MByte of chip memory, depending on what you want to do
  16.   with  the  interpreter.  Printer output requires at least 2 MBytes of
  17.   contiguous memory (any memory, not necessarily chip memory).
  18. - A bunch of Postscript/Ghostscript fonts.
  19.  
  20. Comments/Suggestions/Bugs to:
  21. Joop.vandeWege@medew.ento.wau.nl
  22. Please use a Subject field with the name 'GS353' in it.
  23. Please direct all mail to me except when you're 100% sure it is a GS
  24. problem then you can use the Aladdin email address.
  25.  
  26. Joop van de Wege
  27.  
  28.  
  29. Getting Ghostscript.
  30. Download the data archive, gs353data.lha
  31. It contains all needed data in one directory
  32.  
  33. This archive contains the base mc68020_881 binary which should run on
  34. any machine equipped with an mc68020 or better and an FPU (881./2) such as
  35. a base A1200/A400-030 with an FPU installed or an A4000-40 and enough RAM.
  36. On my machine (A3000 + Merlin) it uses 150Kb Chip and 1.5Mb Fast.
  37. Expect it to use more if the psfile is big/complex or when displaying PDF
  38. files and when using 256color modes for the Workbench.
  39.  
  40. How to use Ghostscript.
  41. Unpack the archive gs353data.lha to a suitable HD with enough room (~3.5M).
  42. A directory 'Ghostscript' will be created and all files needed are found
  43. within this directory.
  44. Unpack one of the special binary archives to the same HD and the executable
  45. will automatically placed in the same directory Ghostscript.
  46. There are two ways to proceed from here.
  47. - Assign Ghostscript: to the directory where you unpacked the archive.
  48.   Example: unpack on 'Work:', creates Work:Ghostscript
  49.   Assign Ghostscript: Work:Ghostscript
  50.   path Ghostscript: add
  51.   (Optionally, rename the binary gs_xxx to 'gs')
  52.   Now you can call 'gs' from anywhere with or without arguments. If you add
  53.   the above fragment (Assign ... add) to your s:user-startup then it will
  54.   available everytime you start your computer
  55. - Set the following environment variables:
  56.     - GS_LIB,     example: setenv GS_LIB=work:ghostscript/data
  57.     - GS_DEVICE   example: setenv GS_DEVICE=amiga (default)
  58.     - GS_OPTIONS  example: setenv GS_OPTIONS="-sDEVICE=png16m -r120"
  59.   The only required variable is GS_LIB. Now you can copy 'GS' to a place
  60.   which is in the AmigaDOS search path.
  61.  
  62. See the 'Ghostscript/docs' directory for more information, like commandline
  63. options. Some notes:
  64. Watch out for case sensitivity when using commandline options, -sOutputFile
  65. is not equal to -soutputfile !!!!!
  66. Some very useful commandlines with comments in ():
  67. gs -h (outputs small help on most important arguments, and lists all availble
  68.        output devices)
  69. gs (gs opens window on WB and use its palette, use 256color WB if possible,
  70.     there is a problem with NewIcons, it looks like all pallette entries are
  71.     reserved by NewIcons so GS will only display in B/W if you use NewIcons)
  72. gs -sDEVICE=png16m (uses the built-in PNG support instead of window on WB)
  73. gs -sOutputFile=ram:output%02d.png -sDEVICE=png256
  74.    (output to files numbered ram:output01.png/ram:output02.png/etc using
  75.     the PNG format (8bit))
  76. gs -r120 (use 120dpi as resolution instead of built-in 72, uses heaps of
  77.           memory at high values)
  78. Arguments useful for PDF files (and ps documents conforming to DSC ?)
  79. gs -dFirstPage=pagenumber (starts on the given page of the document)
  80. gs -dLastPage=pagenumber (Stops after the given page of the document)
  81. See use.doc/Switches for a complete overview of what is available.
  82.  
  83.  
  84. ============================= Archive contents =============================
  85.  
  86. Original  Packed Ratio    Date     Time    Name
  87. -------- ------- ----- --------- --------  -------------
  88.     5231    5231  0.0% 05-Mar-96 22:09:56 +SetMathPatch.lha
  89.   866128  414611 52.1% 18-Apr-96 18:06:54 +gs_020fpu
  90. -------- ------- ----- --------- --------
  91.   871359  419842 51.8% 28-Apr-96 20:19:56   2 files
  92.